curl --request POST \
--url https://api-lr.agent.ai/v1/action/prospect_finder_find_and_rank_prospects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"search_query": "<string>",
"output_variable_name": "prospect_finder_result",
"num_results": "5",
"seller_product": "<string>",
"seller_icp": "<string>",
"seller_website": "<string>",
"exclusion_slugs": "<string>"
}
'{
"status": 123,
"response": {}
}Searches for prospects matching a natural-language description via Fiber.ai combined NL search, then scores and ranks them against the seller’s ICP using Perplexity.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/prospect_finder_find_and_rank_prospects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"search_query": "<string>",
"output_variable_name": "prospect_finder_result",
"num_results": "5",
"seller_product": "<string>",
"seller_icp": "<string>",
"seller_website": "<string>",
"exclusion_slugs": "<string>"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
Natural-language description of target prospects.
^[a-zA-Z][a-zA-Z0-9_]*$5-20 results (default 5).
Product/service description for ICP scoring.
ICP for scoring and ranking.
Comma-separated LinkedIn slugs to exclude.